testing.common.lastRaceErrors (field)
9 uses
testing (current package)
testing.go#L666: lastRaceErrors atomic.Int64 // Max value of race.Errors seen during the test or its subtests.
testing.go#L970: if !c.done && int64(race.Errors()) > c.lastRaceErrors.Load() {
testing.go#L1583: c.lastRaceErrors.Store(int64(race.Errors()))
testing.go#L1585: c.lastRaceErrors.Store(c.parent.checkRaces())
testing.go#L1602: last := c.lastRaceErrors.Load()
testing.go#L1607: if c.lastRaceErrors.CompareAndSwap(last, raceErrors) {
testing.go#L1624: last := parent.lastRaceErrors.Load()
testing.go#L1629: if parent.lastRaceErrors.CompareAndSwap(last, raceErrors) {
testing.go#L1725: t.lastRaceErrors.Store(int64(race.Errors()))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)